paned: Use GtkGesture to handle handle dragging
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 19 May 2014 17:58:54 +0000 (19:58 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:32 +0000 (19:54 +0200)
commit681164564e2a681f1d157a47c67e2fa975de6b4f
tree392369877eb985c489ef6973bd500ea7c81e6cc3
parent8f20780fb936ced3d4a886d862dfe165798b43bb
paned: Use GtkGesture to handle handle dragging

Dragging is all handled by a GtkGesturePan now, matching the
paned orientation.

On touch events, a wider area is listened for, so touch events
don't need to be as accurate to initiate dragging, if no dragging
is truly initiated in this case, events are just forwarded for
child widgets to handle.
gtk/gtkpaned.c